ChromiumBinaries

A class responsible for delivering Chromium binaries before starting the Engine.

By default, Chromium binaries come in a form of an archive inside a JAR file. The library automatically finds and extracts them when creating an Engine.

Use this class if you want to extract the binaries in advance, or if you want to override how JxBrowser locates and obtains the binaries.

Since

7.35

Functions

Link copied to clipboard
open fun deliverTo(chromiumDir: Path)
Delivers Chromium binaries to the given chromiumDir if necessary.
open fun deliverTo(chromiumDir: Path, delivery: BinariesDelivery)
Delivers Chromium binaries to the given chromiumDir, but delegates actual delivery to the given delivery.
Link copied to clipboard
Delivers Chromium binaries to the default directory if necessary.
Delivers Chromium binaries to the default directory, but delegates actual delivery to the given delivery.